home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2076 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: zeppo.mrad.com.au!usenet
  2. From: ray@mrad.com.au (Ray Welchman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Procedure for CRC-16 Value for a given tex
  5. Date: 18 Jan 1996 23:01:35 GMT
  6. Organization: MRad Pty Ltd, Australia
  7. Distribution: world
  8. Message-ID: <4dmjgf$bk4@zeppo.mrad.com.au>
  9. References: <30f486cf.64849689@news.alt.net>
  10. Reply-To: ray@mrad.com.au
  11. NNTP-Posting-Host: zeppo.mrad.com.au
  12.  
  13.  
  14. >To anyone with some knowledge of C - programming language. I need a
  15. >procedure that will compute a CRC-16 value for a given text string.
  16. >This should receive a text string as input and produce a two byte CRC
  17. >value as output. The output has to be two data bytes. The carriage
  18. >return byte is not to be included in the CRC computations. This should
  19. >be able to read text strings from the terminal, call the procedure,
  20. >and then print the string and the appropriate CRC value. The output
  21. >will be the text string that was input and the corresponding CRC
  22. >value. Then, the CRC value should be converted into a 4 digit Hex
  23. >value. Any suggestions ???
  24.  
  25. >Please help !!
  26.  
  27. It makes you wonder why companies should employ software engineers, or
  28. for that matter contract out jobs.
  29. Sounds like a it's better to contract out jobs free over the net??
  30.  
  31. In other words jcharper@alt.net at least make an attempt, and if you
  32. have... ask specific questions.
  33.  
  34. Ray.
  35.  
  36.  
  37.